Click or drag to resize

ServiceDeleteAttachment Method (IListAttachmentInfo)

Deletes file or item attachments from an existing item.

Namespace:  Independentsoft.Exchange
Assembly:  Independentsoft.Exchange (in Independentsoft.Exchange.dll) Version: 3.0.840.11238
Syntax
public ItemId DeleteAttachment(
	IList<AttachmentInfo> attachments
)

Parameters

attachments
Type: System.Collections.GenericIListAttachmentInfo
The IDs of the attachments to delete.

Return Value

Type: ItemId
The identifier of the parent item.
Exceptions
ExceptionCondition
ArgumentNullExceptionattachments
See Also